home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_1034 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2010-08-12  |  80 b   |  6 lines

  1. on(press){
  2.    InitY = this._y;
  3.    InitX = this._x;
  4.    startDrag(this,1);
  5. }
  6.